home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / tbp150.zip / TBP197.TXT < prev    next >
Text File  |  1993-03-01  |  958b  |  39 lines

  1. Tech Bulletin: Going to DOS Within the "Menu" Program
  2.                           NOVELL TECHNICAL BULLETIN
  3.  
  4.           TITLE:    Going to DOS Within the "Menu" Program
  5.     DOCUMENT ID:    TB.P.197
  6.            DATE:    10/20/87
  7.         PRODUCT:    NetWare
  8. PRODUCT VERSION:    MENU
  9.      SUPERSEDES:    NA
  10.  
  11.         SYMPTOM:    NA
  12.  
  13. ISSUE/PROBLEM
  14.  
  15.      Many calls have come in asking how to get to DOS from inside the "Menu"
  16.      program and then return to the menu.  Below is an example of a submenu
  17.      that allows this:
  18.  
  19.      %DOS, 5, 5
  20.      Command Line
  21.      echo off
  22.      prompt Type EXIT to return to MENU$_$P_$G
  23.      Command
  24.      prompt $P$_$G
  25.      Execute
  26.      @1"Enter command"
  27.      pause
  28.  
  29.      The above menu allows commands to be entered.  Upon termination, the menu
  30.      will restart.
  31.  
  32.      For further information on creating your own menus, refer to Chapter 6 of
  33.      the Menu Utilities Manual (Rev.  1.03).
  34.  
  35.  
  36.  
  37.  
  38.  
  39.